home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / cvs-1_3.lha / cvs-1.3 / examples / modules < prev    next >
Text File  |  1992-03-30  |  15KB  |  567 lines

  1. #
  2. # CVS Modules file for Prisma sources
  3. # @(#)modules 1.5 92/03/31
  4. #
  5. # Three different line formats are valid:
  6. #    key    -a    aliases...
  7. #    key [options] directory
  8. #    key [options] directory files...
  9. #
  10. # Where "options" are composed of:
  11. #    -i prog        Run "prog" on "cvs commit" from top-level of module.
  12. #    -o prog        Run "prog" on "cvs checkout" of module.
  13. #    -t prog        Run "prog" on "cvs rtag" of module.
  14. #    -u prog        Run "prog" on "cvs update" of module.
  15. #    -d dir        Place module in directory "dir" instead of module name.
  16. #    -l        Top-level directory only -- do not recurse.
  17. #
  18. # And "directory" is a path to a directory relative to $CVSROOT.
  19. #
  20. # The "-a" option specifies an alias.  An alias is interpreted as if
  21. # everything on the right of the "-a" had been typed on the command line.
  22. #
  23. # You can encode a module within a module by using the special '&'
  24. # character to interpose another module into the current module.  This
  25. # can be useful for creating a module that consists of many directories
  26. # spread out over the entire source repository.
  27. #
  28.  
  29. # Convenient aliases
  30. world        -a .
  31. kernel        -a sys lang/adb sparcsim
  32.  
  33. # CVSROOT support
  34. CVSROOT        -i /usr/local/bin/mkmodules CVSROOT
  35. modules        -i /usr/local/bin/mkmodules CVSROOT modules
  36. loginfo        -i /usr/local/bin/mkmodules CVSROOT loginfo
  37. commitinfo    -i /usr/local/bin/mkmodules CVSROOT commitinfo
  38. rcsinfo        -i /usr/local/bin/mkmodules CVSROOT rcsinfo
  39.  
  40. # The "sys" entry exists only to make symbolic links after checkout
  41. sys        -o sys/tools/make_links sys
  42.  
  43. # Sub-directories of "bin"
  44. awk        bin/awk
  45. csh        bin/csh
  46. diff        bin/diff
  47. make        bin/make
  48. sed        bin/sed
  49. sh        bin/sh
  50.  
  51. # Programs that live in "bin"
  52. cat        bin Makefile cat.c
  53. chgrp        bin Makefile chgrp.c
  54. chmod        bin Makefile chmod.c
  55. cmp        bin Makefile cmp.c
  56. cp        bin Makefile cp.c
  57. date        bin Makefile date.c
  58. dd        bin Makefile dd.c
  59. df        bin Makefile df.c
  60. domainname    bin Makefile domainname.c
  61. du        bin Makefile du.c
  62. echo        bin Makefile echo.c
  63. ed        bin Makefile ed.c
  64. env        bin Makefile env.c
  65. expr        bin Makefile expr.c
  66. grep        bin Makefile grep.c
  67. hostid        bin Makefile hostid.c
  68. hostname    bin Makefile hostname.c
  69. kill        bin Makefile kill.c
  70. ldd        bin Makefile ldd.c
  71. line        bin Makefile line.c
  72. ln        bin Makefile ln.c
  73. login        bin Makefile login.c
  74. ls        bin Makefile ls.c
  75. mail        bin Makefile mail.c
  76. mkdir        bin Makefile mkdir.c
  77. mt        bin Makefile mt.c
  78. mv        bin Makefile mv.c
  79. newgrp        bin Makefile newgrp.c
  80. nice        bin Makefile nice.c
  81. od        bin Makefile od.c
  82. pagesize    bin Makefile pagesize.c
  83. passwd        bin Makefile passwd.c
  84. pr        bin Makefile pr.c
  85. ps        bin Makefile ps.c
  86. pwd        bin Makefile pwd.c
  87. rm        bin Makefile rm.c
  88. rmail        bin Makefile rmail.c
  89. rmdir        bin Makefile rmdir.c
  90. stty        bin Makefile stty.c
  91. su        bin Makefile su.c
  92. sync        bin Makefile sync.c
  93. tar        bin Makefile tar.c
  94. tee        bin Makefile tee.c
  95. test        bin Makefile test.c
  96. time        bin Makefile time.c
  97. wall        bin Makefile wall.c
  98. who        bin Makefile who.c
  99. write        bin Makefile write.c
  100.  
  101. # Sub-directories of "etc"
  102. dump        etc/dump
  103. files        etc/files
  104. fsck        etc/fsck
  105. getty        etc/getty
  106. in.routed    etc/in.routed
  107. restore        etc/restore
  108. rpc.lockd    etc/rpc.lockd
  109. rpc.statd    etc/rpc.statd
  110.  
  111. # Programs that live in "etc"
  112. arp        etc Makefile arp.c
  113. biod        etc Makefile biod.c
  114. chown        etc Makefile chown.c
  115. clri        etc Makefile clri.c
  116. dkinfo        etc Makefile dkinfo.c
  117. dmesg        etc Makefile dmesg.c
  118. fsirand        etc Makefile fsirand.c
  119. halt        etc Makefile halt.c
  120. ifconfig    etc Makefile ifconfig.c
  121. in.rlogind    etc Makefile in.rlogind.c
  122. in.rshd        etc Makefile in.rshd.c
  123. inetd        etc Makefile inetd.c
  124. init        etc Makefile init.c
  125. mkfs        etc Makefile mkfs.c
  126. mknod        etc Makefile mknod.c
  127. mount        etc Makefile mount.c
  128. newfs        etc Makefile newfs.c
  129. nfsd        etc Makefile nfsd.c
  130. portmap        etc Makefile portmap.c
  131. pstat        etc Makefile pstat.c
  132. reboot        etc Makefile reboot.c
  133. renice        etc Makefile renice.c
  134. rmt        etc Makefile rmt.c
  135. shutdown    etc Makefile shutdown.c
  136. syslogd        etc Makefile syslogd.c
  137. umount        etc Makefile umount.c
  138. update        etc Makefile update.c
  139. vipw        etc Makefile vipw.c
  140. ypbind        etc Makefile ypbind.c
  141.  
  142. # Sub-directories of "games"
  143. adventure    games/adventure
  144. backgammon    games/backgammon
  145. battlestar    games/battlestar
  146. boggle        games/boggle
  147. chess        games/chess
  148. ching        games/ching
  149. cribbage    games/cribbage
  150. fortune        games/fortune
  151. hack        games/hack
  152. hangman        games/hangman
  153. hunt        games/hunt
  154. life        games/life
  155. mille        games/mille
  156. monop        games/monop
  157. quiz        games/quiz
  158. robots        games/robots
  159. sail        games/sail
  160. snake        games/snake
  161. trek        games/trek
  162.  
  163. # Programs that live in "games"
  164. arithmetic    games Makefile arithmetic.c
  165. banner        games Makefile banner.c
  166. bcd        games Makefile bcd.c
  167. bj        games Makefile bj.c
  168. btlgammon    games Makefile btlgammon.c
  169. canfield    games Makefile canfield.c
  170. cfscores    games Makefile cfscores.c
  171. craps        games Makefile craps.c
  172. factor        games Makefile factor.c
  173. fish        games Makefile fish.c
  174. moo        games Makefile moo.c
  175. number        games Makefile number.c
  176. primes        games Makefile primes.c
  177. rain        games Makefile rain.c
  178. random        games Makefile random.c
  179. worm        games Makefile worm.c
  180. worms        games Makefile worms.c
  181. wump        games Makefile wump.c
  182.  
  183. # Sub-directories of "lang"
  184. adb        lang/adb
  185. as        lang/as
  186. boot        lang/boot
  187. c2        lang/c2
  188. cgrdr        lang/cgrdr
  189. compile        lang/compile
  190. cpp        lang/cpp
  191. dbx        lang/dbx
  192. f77        lang/f77
  193. inline        lang/inline
  194. iropt        lang/iropt
  195. ld        lang/ld
  196. lint        lang/lint
  197. m4        lang/m4
  198. pascal        lang/pascal
  199. pcc        lang/pcc
  200. ratfor        lang/ratfor
  201. rtld        lang/rtld
  202. tcov        lang/tcov
  203. vroot        lang/vroot
  204.  
  205. # Programs that live in "lang"
  206. ar        lang Makefile ar.c
  207. nm        lang Makefile nm.c
  208. ranlib        lang Makefile ranlib.c
  209. size        lang Makefile size.c
  210. strip        lang Makefile strip.c
  211. symorder    lang Makefile symorder.c
  212.  
  213. # Sub-directories of "lib"
  214. csu        lib/csu
  215. libc        lib/libc
  216.  
  217. # Programs that live in "lib"
  218. # NONE
  219.  
  220. # Sub-directories of "lib/libc"
  221. libc_compat    lib/libc/compat
  222. libc_crt    lib/libc/crt
  223. libc_des    lib/libc/des
  224. libc_gen    lib/libc/gen
  225. libc_net    lib/libc/net
  226. libc_inet    lib/libc/inet
  227. libc_rpc    lib/libc/rpc
  228. libc_stdio    lib/libc/stdio
  229. libc_sun    lib/libc/sun
  230. libc_sys    lib/libc/sys
  231. libc_yp        lib/libc/yp
  232.  
  233. # Programs that live in "lib/libc"
  234. # NONE
  235.  
  236. #Sub-directories of "local"
  237. notes        local/notes
  238.  
  239. # Sub-directories of "man"
  240. man1        man/man1
  241. man2        man/man2
  242. man3        man/man3
  243. man4        man/man4
  244. man5        man/man5
  245. man6        man/man6
  246. man7        man/man7
  247. man8        man/man8
  248. manl        man/manl
  249.  
  250. # Programs that live in "man"
  251. # NONE
  252.  
  253. # Sub-directories of "old"
  254. old_compact    old/compact
  255. old_eyacc    old/eyacc
  256. old_filemerge    old/filemerge
  257. old_make    old/make
  258.  
  259. # Programs that live in "old"
  260. old_analyze    old Makefile analyze.c
  261. old_prmail    old Makefile prmail.c
  262. old_pti        old Makefile pti.c
  263. old_syslog    old Makefile syslog.c
  264.  
  265. # Sub-directories of "ucb"
  266. Mail        ucb/Mail
  267. compress    ucb/compress
  268. error        ucb/error
  269. ex        ucb/ex
  270. ftp        ucb/ftp
  271. gprof        ucb/gprof
  272. indent        ucb/indent
  273. lpr        ucb/lpr
  274. more        ucb/more
  275. msgs        ucb/msgs
  276. netstat        ucb/netstat
  277. rdist        ucb/rdist
  278. talk        ucb/talk
  279. tftp        ucb/tftp
  280. tset        ucb/tset
  281. vgrind        ucb/vgrind
  282.  
  283. # Programs that live in "ucb"
  284. biff        ucb Makefile biff.c
  285. checknr        ucb Makefile checknr.c
  286. clear        ucb Makefile clear.c
  287. colcrt        ucb Makefile colcrt.c
  288. colrm        ucb Makefile colrm.c
  289. ctags        ucb Makefile ctags.c
  290. expand        ucb Makefile expand.c
  291. finger        ucb Makefile finger.c
  292. fold        ucb Makefile fold.c
  293. from        ucb Makefile from.c
  294. fsplit        ucb Makefile fsplit.c
  295. gcore        ucb Makefile gcore.c
  296. groups        ucb Makefile groups.c
  297. head        ucb Makefile head.c
  298. last        ucb Makefile last.c
  299. lastcomm    ucb Makefile lastcomm.c
  300. leave        ucb Makefile leave.c
  301. logger        ucb Makefile logger.c
  302. man_prog    ucb Makefile man.c
  303. mkstr        ucb Makefile mkstr.c
  304. printenv    ucb Makefile printenv.c
  305. quota        ucb Makefile quota.c
  306. rcp        ucb Makefile rcp.c
  307. rdate        ucb Makefile rdate.c
  308. rlogin        ucb Makefile rlogin.c
  309. rsh        ucb Makefile rsh.c
  310. rup        ucb Makefile rup.c
  311. ruptime        ucb Makefile ruptime.c
  312. rusers        ucb Makefile rusers.c
  313. rwho        ucb Makefile rwho.c
  314. sccs        ucb Makefile sccs.c
  315. script        ucb Makefile script.c
  316. soelim        ucb Makefile soelim.c
  317. strings        ucb Makefile strings.c
  318. tail        ucb Makefile tail.c
  319. tcopy        ucb Makefile tcopy.c
  320. telnet        ucb Makefile telnet.c
  321. ul        ucb Makefile ul.c
  322. unexpand    ucb Makefile unexpand.c
  323. unifdef        ucb Makefile unifdef.c
  324. users        ucb Makefile users.c
  325. vmstat        ucb Makefile vmstat.c
  326. w        ucb Makefile w.c
  327. wc        ucb Makefile wc.c
  328. what        ucb Makefile what.c
  329. whatis        ucb Makefile whatis.c
  330. whereis        ucb Makefile whereis.c
  331. whoami        ucb Makefile whoami.c
  332. whois        ucb Makefile whois.c
  333. xstr        ucb Makefile xstr.c
  334. yes        ucb Makefile yes.c
  335.  
  336. # Sub-directories of "usr.bin"
  337. calendar    usr.bin/calendar
  338. cflow        usr.bin/cflow
  339. ctrace        usr.bin/ctrace
  340. cxref        usr.bin/cxref
  341. dc        usr.bin/dc
  342. des        usr.bin/des
  343. diff3        usr.bin/diff3
  344. sun_eqn        usr.bin/eqn
  345. file        usr.bin/file
  346. find        usr.bin/find
  347. graph        usr.bin/graph
  348. lex        usr.bin/lex
  349. sun_neqn    usr.bin/neqn
  350. sun_nroff    usr.bin/nroff
  351. sun_plot    usr.bin/plot
  352. prof        usr.bin/prof
  353. refer        usr.bin/refer
  354. rpcgen        usr.bin/rpcgen
  355. spell        usr.bin/spell
  356. sun_tbl        usr.bin/tbl
  357. tip        usr.bin/tip
  358. trace        usr.bin/trace
  359. sun_troff    usr.bin/troff
  360. uucp        usr.bin/uucp
  361. xsend        usr.bin/xsend
  362. yacc        usr.bin/yacc
  363.  
  364. # Programs that live in "usr.bin"
  365. basename    usr.bin Makefile basename.c
  366. bc        usr.bin Makefile bc.c
  367. cal        usr.bin Makefile cal.c
  368. cb        usr.bin Makefile cb.c
  369. checkeq        usr.bin Makefile checkeq.c
  370. chkey        usr.bin Makefile chkey.c
  371. click        usr.bin Makefile click.c
  372. col        usr.bin Makefile col.c
  373. comm        usr.bin Makefile comm.c
  374. cpio        usr.bin Makefile cpio.c
  375. crypt        usr.bin Makefile crypt.c
  376. csplit        usr.bin Makefile csplit.c
  377. cut        usr.bin Makefile cut.c
  378. deroff        usr.bin Makefile deroff.c
  379. egrep        usr.bin Makefile egrep.c
  380. fgrep        usr.bin Makefile fgrep.c
  381. getopt        usr.bin Makefile getopt.c
  382. id        usr.bin Makefile id.c
  383. installcmd    usr.bin Makefile installcmd.c
  384. iostat        usr.bin Makefile iostat.c
  385. ipcrm        usr.bin Makefile ipcrm.c
  386. ipcs        usr.bin Makefile ipcs.c
  387. join        usr.bin Makefile join.c
  388. keylogin    usr.bin Makefile keylogin.c
  389. logname        usr.bin Makefile logname.c
  390. look        usr.bin Makefile look.c
  391. mesg        usr.bin Makefile mesg.c
  392. nl        usr.bin Makefile nl.c
  393. pack        usr.bin Makefile pack.c
  394. paste        usr.bin Makefile paste.c
  395. ptx        usr.bin Makefile ptx.c
  396. rev        usr.bin Makefile rev.c
  397. screenblank    usr.bin Makefile screenblank.c
  398. sdiff        usr.bin Makefile sdiff.c
  399. sleep        usr.bin Makefile sleep.c
  400. sort        usr.bin Makefile sort.c
  401. spline        usr.bin Makefile spline.c
  402. split        usr.bin Makefile split.c
  403. sum        usr.bin Makefile sum.c
  404. touch        usr.bin Makefile touch.c
  405. tr        usr.bin Makefile tr.c
  406. tsort        usr.bin Makefile tsort.c
  407. tty        usr.bin Makefile tty.c
  408. uniq        usr.bin Makefile uniq.c
  409. units        usr.bin Makefile units.c
  410. unpack        usr.bin Makefile unpack.c
  411. xargs        usr.bin Makefile xargs.c
  412. ypcat        usr.bin Makefile ypcat.c
  413. ypmatch        usr.bin Makefile ypmatch.c
  414. yppasswd    usr.bin Makefile yppasswd.c
  415. ypwhich        usr.bin Makefile ypwhich.c
  416.  
  417. # Sub-directories of "usr.etc"
  418. automount    usr.etc/automount
  419. c2convert    usr.etc/c2convert
  420. config        usr.etc/config
  421. cron        usr.etc/cron
  422. eeprom        usr.etc/eeprom
  423. etherfind    usr.etc/etherfind
  424. format        usr.etc/format
  425. htable        usr.etc/htable
  426. implog        usr.etc/implog
  427. in.ftpd        -a usr.etc/in.ftpd ucb/ftp
  428. in.named    usr.etc/in.named
  429. in.rwhod    usr.etc/in.rwhod
  430. keyserv        usr.etc/keyserv
  431. ndbootd        usr.etc/ndbootd
  432. praudit        usr.etc/praudit
  433. rexd        usr.etc/rexd
  434. rpc.bootparamd    usr.etc/rpc.bootparamd
  435. termcap        usr.etc/termcap
  436. upgrade        usr.etc/upgrade
  437. yp        usr.etc/yp
  438. zic        usr.etc/zic
  439.  
  440. # Programs that live in "usr.etc"
  441. ac        usr.etc Makefile ac.c
  442. accton        usr.etc Makefile accton.c
  443. audit        usr.etc Makefile audit.c
  444. auditd        usr.etc Makefile auditd.c
  445. catman        usr.etc Makefile catman.c
  446. chroot        usr.etc Makefile chroot.c
  447. dcheck        usr.etc Makefile dcheck.c
  448. devnm        usr.etc Makefile devnm.c
  449. dumpfs        usr.etc Makefile dumpfs.c
  450. edquota        usr.etc Makefile edquota.c
  451. exportfs    usr.etc Makefile exportfs.c
  452. foption        usr.etc Makefile foption.c
  453. gettable    usr.etc Makefile gettable.c
  454. grpck        usr.etc Makefile grpck.c
  455. icheck        usr.etc Makefile icheck.c
  456. in.comsat    usr.etc Makefile in.comsat.c
  457. in.fingerd    usr.etc Makefile in.fingerd.c
  458. in.rexecd    usr.etc Makefile in.rexecd.c
  459. in.telnetd    usr.etc Makefile in.telnetd.c
  460. in.tnamed    usr.etc Makefile in.tnamed.c
  461. kgmon        usr.etc Makefile kgmon.c
  462. link        usr.etc Makefile link.c
  463. mkfile        usr.etc Makefile mkfile.c
  464. mkproto        usr.etc Makefile mkproto.c
  465. mount_lo    usr.etc Makefile mount_lo.c
  466. ncheck        usr.etc Makefile ncheck.c
  467. nfsstat        usr.etc Makefile nfsstat.c
  468. ping        usr.etc Makefile ping.c
  469. pwck        usr.etc Makefile pwck.c
  470. quot        usr.etc Makefile quot.c
  471. quotacheck    usr.etc Makefile quotacheck.c
  472. quotaon        usr.etc Makefile quotaon.c
  473. rarpd        usr.etc Makefile rarpd.c
  474. repquota    usr.etc Makefile repquota.c
  475. route        usr.etc Makefile route.c
  476. rpc.etherd    usr.etc Makefile rpc.etherd.c
  477. rpc.mountd    usr.etc Makefile rpc.mountd.c
  478. rpc.pwdauthd    usr.etc Makefile rpc.pwdauthd.c
  479. rpc.rquotad    usr.etc Makefile rpc.rquotad.c
  480. rpc.rstatd    usr.etc Makefile rpc.rstatd.c
  481. rpc.rusersd    usr.etc Makefile rpc.rusersd.c
  482. rpc.rwalld    usr.etc Makefile rpc.rwalld.c
  483. rpc.sprayd    usr.etc Makefile rpc.sprayd.c
  484. rpc.yppasswdd    usr.etc Makefile rpc.yppasswdd.c
  485. rpc.ypupdated    usr.etc Makefile rpc.ypupdated.c
  486. rpcinfo        usr.etc Makefile rpcinfo.c
  487. rwall        usr.etc Makefile rwall.c
  488. sa        usr.etc Makefile sa.c
  489. savecore    usr.etc Makefile savecore.c
  490. showmount    usr.etc Makefile showmount.c
  491. spray        usr.etc Makefile spray.c
  492. swapon        usr.etc Makefile swapon.c
  493. trpt        usr.etc Makefile trpt.c
  494. tunefs        usr.etc Makefile tunefs.c
  495. unlink        usr.etc Makefile unlink.c
  496.  
  497. # Sub-directories of "usr.lib"
  498. bb_count    usr.lib/bb_count
  499. fixedwidthfonts    usr.lib/fixedwidthfonts
  500. libcurses    usr.lib/libcurses
  501. libdbm        usr.lib/libdbm
  502. libg        usr.lib/libg
  503. libkvm        usr.lib/libkvm
  504. libln        usr.lib/libln
  505. liblwp        usr.lib/liblwp
  506. libm        usr.lib/libm
  507. libmp        usr.lib/libmp
  508. libpixrect    usr.lib/libpixrect
  509. libplot        usr.lib/libplot
  510. libresolv    usr.lib/libresolv
  511. librpcsvc    usr.lib/librpcsvc
  512. libtermlib    usr.lib/libtermlib
  513. liby        usr.lib/liby
  514. me        usr.lib/me
  515. ms        usr.lib/ms
  516. sendmail    usr.lib/sendmail
  517. sun_tmac    usr.lib/tmac
  518. vfont        usr.lib/vfont
  519.  
  520. # Programs that live in "usr.lib"
  521. getNAME        usr.lib Makefile getNAME
  522. makekey        usr.lib Makefile makekey
  523.  
  524. # Sub-directories of "5bin"
  525. 5diff3        5bin/diff3
  526. 5m4        5bin/m4
  527.  
  528. # Sub-directories of "5bin", but use sources from other places
  529. 5cxref        -a 5bin/cxref usr.bin/cxref
  530. 5sed        -a 5bin/sed bin/sed
  531. 5lint        -a 5bin/lint lang/pcc lang/lint
  532.  
  533. # Programs that live in "5bin"
  534. 5banner        5bin Makefile banner.c
  535. 5cat        5bin Makefile cat.c
  536. 5du        5bin Makefile du.c
  537. 5echo        5bin Makefile echo.c
  538. 5expr        5bin Makefile expr.c
  539. 5ls        5bin Makefile ls.c
  540. 5nohup        5bin Makefile nohup.c
  541. 5od        5bin Makefile od.c
  542. 5pg        5bin Makefile pg.c
  543. 5pr        5bin Makefile pr.c
  544. 5sum        5bin Makefile sum.c
  545. 5tabs        5bin Makefile tabs.c
  546. 5time        5bin Makefile time.c
  547. 5tr        5bin Makefile tr.c
  548. 5uname        5bin Makefile uname.c
  549.  
  550. # Programs that live in "5bin", but use sources from other places
  551. 5chmod        -a 5bin/Makefile bin/chmod.c
  552. 5date        -a 5bin/Makefile bin/date.c
  553. 5grep        -a 5bin/Makefile bin/grep.c
  554. 5stty        -a 5bin/Makefile bin/stty.c
  555. 5col        -a 5bin/Makefile usr.bin/col.c
  556. 5sort        -a 5bin/Makefile usr.bin/sort.c
  557. 5touch        -a 5bin/Makefile usr.bin/touch.c
  558.  
  559. # Sub-directories of "5lib"
  560. 5compile    5lib/compile
  561. 5libcurses    5lib/libcurses
  562. 5liby        5lib/liby
  563. 5terminfo    5lib/terminfo
  564.  
  565. # Programs that live in "5lib"
  566. # NONE
  567.